projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
786b577
)
Don't set child-min-width/ height in the button box test
author
Christian Dywan
<christian@twotoasts.de>
Tue, 13 Apr 2010 17:04:44 +0000
(19:04 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:51:23 +0000
(
01:51
+0200)
This is not a property. The feature was removed.
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index cab560c12fab7d07d82f8db28b1ed4c2776f0ac3..bcc4b0b05b17f9599ca0d2c4ceb6e559f3e5572f 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-1209,10
+1209,6
@@
create_bbox (gint horizontal,
gtk_button_box_set_layout (GTK_BUTTON_BOX (bbox), layout);
gtk_box_set_spacing (GTK_BOX (bbox), spacing);
- g_object_set (bbox,
- "child-min-width", child_w,
- "child-min-height", child_h,
- NULL);
button = gtk_button_new_with_label ("OK");
gtk_container_add (GTK_CONTAINER (bbox), button);